Update CHANGES.md with the last 3 months of work

Andrew Cantino 8 years ago
parent
commit
b3c068151f
1 changed files with 44 additions and 0 deletions
  1. 44 0
      CHANGES.md

+ 44 - 0
CHANGES.md

@@ -1,8 +1,52 @@
1 1
 # Changes
2 2
 
3
+* Feb 14, 2016   - Bug fix: missing Credential no longer 500 errors during an import.
4
+* Feb 12, 2016   - Add `no_bulk_receive!` option to ensure Events are processed individually in certain Agents.
5
+* Feb 7, 2016    - Add `http_success_codes` option to the WebsiteAgent to treat more than just 200 as success codes.
6
+* Feb 7, 2016    - Add support for writing Capybara specs.
7
+* Feb 4, 2016    - Bug fix: Fix mysql connection check for multi-process docker image.
8
+* Feb 3, 2016    - The GoogleCalendarPublishAgent now accepts Liquid in the `calendar_id` option.
9
+* Feb 1, 2016    - Fix Guard and add rack-livereload for development.
10
+* Jan 30, 2016   - Add support to the ManualEventAgent for Liquid formatting and creating multiple Events.
11
+* Jan 28, 2016   - PushbulletAgent can push to all devices.
12
+* Jan 26, 2016   - Update Rails to 4.2.5.1 for security and unify configuration files.
13
+* Jan 24, 2016   - Docker upgrades and fixes.
14
+* Jan 22, 2016   - Upgrade devise to 3.5.4 to address CVE-2015-8314.
15
+* Jan 20, 2016   - Update nokogiri for CVE-2015-7499.
16
+* Jan 20, 2016   - Add DigestAgent which collects any Events sent to it and emits them as a single event.
17
+* Jan 16, 2016   - Update celluloid and delayed_job to avoid potential memory issues.
18
+* Jan 16, 2016   - PostAgent can emit Events with the resulting data from the server.
19
+* Jan 15, 2016   - Allow Liquid formatting of the `recipients` option of email Agents.
20
+* Jan 14, 2016   - Add new block tags `regex_replace`/`regex_replace_first` to Liquid.
21
+* Jan 14, 2016   - Events received by the WebsiteAgent do not need to contain a `url` value, switching to usage of `url_from_event` instead.
3 22
 * Jan 14, 2016   - Liquid block tag `regex_replace` and `regex_replace_first` added.
4 23
 * Jan 12, 2016   - WebhookAgent supports reCAPTCHA.
24
+* Jan 8, 2016    - Remove schema.rb from git.
25
+* Jan 3, 2016    - Add itunes namespace to DataOutputAgent.
26
+* Dec 26, 2015   - Allow multiple users to import the same Scenario.
5 27
 * Dec 26, 2015   - WebsiteAgent can accept a `data_from_event` Liquid template instead of a URL.
28
+* Dec 19, 2015   - Update nokogiri to 1.6.7.1 because of security CVEs.
29
+* Dec 10, 2015   - Bug fix: Do not try to load .env file on Heroku.
30
+* Dec 8, 2015    - Export Agents in GUID order in Scenarios.
31
+* Nov 25, 2015   - Update to newest uglifier and nokogiri gems due to security alerts.
32
+* Nov 14, 2015   - Bug fix: WebsiteAgent handles unicode URLs better.
33
+* Nov 12, 2015   - Bug fix: fix a memory leak caused by starting a new LongRunnable::Worker when the old one is still restarting.
34
+* Nov 11, 2015   - EventFormattinghAgent can be dry run.
35
+* Nov 8, 2015    - Added media namespace to DataOutputAgent output, supporting 'media:content' nodes.
36
+* Nov 5, 2015    - Bug fix: CommanderAgent can now be manually run correctly.
37
+* Nov 4, 2015    - DataOutputAgent can push to PubSubHubbub hubs with `push_hubs` option.
38
+* Oct 31, 2015   - DelayAgent `max_emitted_events` option added to limit the number of events which should be created.
39
+* Oct 30, 2015   - TumblrPublishAgent reblog `post_type` added.
40
+* Oct 28, 2015   - TumblrPublishAgent emits the created post.
41
+* Oct 27, 2015   - WebhookAgent can have a custom `response` message.
42
+* Oct 27, 2015   - `DIAGRAM_DEFAULT_LAYOUT` option added to select Graphviz layout.
43
+* Oct 27, 2015   - ShellCommandAgent has new `suppress_on_failure` and `suppress_on_empty_output` options.
44
+* Oct 24, 2015   - TwitterStream does not complain when not configured.
45
+* Oct 23, 2015   - Bug fix: RSSAgent now sorts correctly with `events_order`.
46
+* Oct 22, 2015   - Bug fix: BeeperAgent added to push messages to the Beeper mobile app.
47
+* Oct 20, 2015   - WebsiteAgent unwraps cdata sections in XML.
48
+* Oct 20, 2015   - `force_stop` command added to production.rake.
49
+* Oct 18, 2015   - Bug fix: CommanderAgent can now control any other Agent type.
6 50
 * Oct 17, 2015   - TwitterSearchAgent added for running period Twitter searches.
7 51
 * Oct 17, 2015   - GapDetectorAgent added to alert when no data has been seen in a certain period of time.
8 52
 * Oct 12, 2015   - Slack agent supports attachments.